github.com/klauspost/compress/zstd.encoderState.w (field)
10 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L44: w io.Writer
encoder.go#L126: s.w = w
encoder.go#L234: n2, s.err = s.w.Write(s.current)
encoder.go#L261: n2, s.err = s.w.Write(dst)
encoder.go#L281: _, s.err = s.w.Write(blk.output)
encoder.go#L308: _, s.err = s.w.Write(blk.output)
encoder.go#L360: _, s.writeErr = s.w.Write(blk.output)
encoder.go#L458: if s.w == nil {
encoder.go#L493: _, s.err = s.w.Write(s.encoder.AppendCRC(tmp[:0]))
encoder.go#L504: _, s.err = s.w.Write(frame)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |